home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.7z / ftp.whtech.com / emulators / mess / MESS 0.133 / Macintosh / MessMenu 0.7.0 OSX uni.dmg / MessMenu.app / Contents / MacOS / messenv.sh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  2008-09-30  |  145 b   |  11 lines

  1. #!/bin/sh
  2.  
  3. dir=`pwd`
  4. MESSHOME="$HOME/.messdir"
  5. cd ../Resources
  6. messdir=`pwd`
  7. cd ../../..
  8. rootdir=`pwd`
  9. export MESSHOME messdir rootdir
  10. cd "$dir"
  11.